Allow some numba errors on non-amd64, warn on non-x86
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Tue, 11 Jan 2022 21:25:17 +0000 (21:25 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Tue, 11 Jan 2022 21:25:17 +0000 (21:25 +0000)
commit007ee54ede7e25751e7bb25f54dc8c1ed7564b22
tree9e7a1c3a89ca90828493c73cb0d0f17f4df01746
parent442e6a07018b53c8d0e02759ca36b2dd70a4a3c0
Allow some numba errors on non-amd64, warn on non-x86

Also one non-numba test that implicitly assumes 64 bit

Specifying the exception type allows only explicit errors,
not silently wrong answers

Numba has been observed to give wrong answers on mipsel,
and crash on armel (LLVM ERROR) and s390x (segfault).

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: no

Gbp-Pq: Name numba_fail_32bit.patch
pandas/core/window/numba_.py
pandas/tests/groupby/aggregate/test_numba.py
pandas/tests/groupby/transform/test_numba.py
pandas/tests/test_sorting.py
pandas/tests/window/conftest.py
pandas/tests/window/test_numba.py
pandas/tests/window/test_online.py